MakeSnapshotRequest

data class MakeSnapshotRequest(layerId: LayerId)

Represents request frame that can be used with LayerTree#makeSnapshot operation call.

Returns the layer snapshot identifier.

See also

Constructors

MakeSnapshotRequest
Link copied to clipboard
fun MakeSnapshotRequest(layerId: LayerId)

Properties

layerId
Link copied to clipboard
val layerId: LayerId
The id of the layer.

Sources

jvm source
Link copied to clipboard